Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Macintosh Draw Contexts


Q3MacDrawContext_New

You can use the Q3MacDrawContext_New function to create a new Macintosh draw context.

TQ3DrawContextObject Q3MacDrawContext_New (
const TQ3MacDrawContextData *drawContextData);
drawContextData
A pointer to a Macintosh draw context data structure.
DESCRIPTION
The Q3MacDrawContext_New function returns, as its function result, a new draw context object having the characteristics specified by the drawContextData parameter. See "Macintosh Draw Context Structure" on page 12-10 for information on the drawContextData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996